Xbasic

TRACE Function

Syntax

Return as N = TRACE(A expression)

Arguments

expression

A literal value or Xbasic expression to be evaluated, then displayed in the Trace window.

Description

Print a value in the trace window, on the same line.

Discussion

The TRACE() function writes a value to the current line of the Error tab of the Trace window.

Example

? trace("blah")

Limitations

Desktop applications only.